projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ee2cbe
)
Fix typo in previos flymake change.
author
Glenn Morris
<rgm@gnu.org>
Sun, 7 Nov 2010 02:02:54 +0000
(19:02 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Sun, 7 Nov 2010 02:02:54 +0000
(19:02 -0700)
lisp/progmodes/flymake.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/flymake.el
b/lisp/progmodes/flymake.el
index ef2efca514c558560b6a3d542888d58af53a534f..6346ab50e9663ae49d3f4ac73f72993274b41ddc 100644
(file)
--- a/
lisp/progmodes/flymake.el
+++ b/
lisp/progmodes/flymake.el
@@
-799,7
+799,7
@@
Perhaps use text from LINE-ERR-INFO-LIST to enhance highlighting."
(goto-char (point-min))
(forward-line (1- line-no))
(let* ((line-beg (point-at-bol))
- (line-end (poin-at-eol))
+ (line-end (poin
t
-at-eol))
(beg line-beg)
(end line-end)
(tooltip-text (flymake-ler-text (nth 0 line-err-info-list)))